3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
QuickDraw 3D provides a function that you can use to set a file object's idle method. QuickDraw 3D executes your idle method occasionally during lengthy file operations. See "Application-Defined Routines" for information on writing an idle method.
You can use the Q3File_SetIdleMethod function to set a file object's idle method.
TQ3Status Q3File_SetIdleMethod (
TQ3FileObject file,
TQ3FileIdleMethod idle,
const void *idleData);
Previous | QD3D Book | Overview | Chapter Contents | Next |